From: Debian Julia Team Date: Sat, 14 Dec 2019 02:21:17 +0000 (+0000) Subject: do-not-download-pkgjl X-Git-Tag: archive/raspbian/1.4.1+dfsg-1+rpi1~4^2~12 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=9e8e9f025ebd86c979bca0a7357c0f5230cdc1ce;p=julia.git do-not-download-pkgjl Gbp-Pq: Name do-not-download-pkgjl.patch --- diff --git a/stdlib/Makefile b/stdlib/Makefile index a08a672..0d202a0 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -20,7 +20,8 @@ STDLIBS = Base64 CRC32c Dates DelimitedFiles Distributed FileWatching \ SharedArrays Sockets SparseArrays Statistics SuiteSparse Test Unicode UUIDs STDLIBS_EXT = Pkg PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git -PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1 +PKG_TAR_URL = file://$(CURDIR)/../debian/embedded/$1 + $(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z))))